#include <GeneticMaterial.h>
◆ AlleleFreq256_16()
AlleleFreq256_16::AlleleFreq256_16 |
( |
| ) |
|
576 FILE * FreqFile = fopen(
"GeneticFrequencies_256_16_Mut.txt",
"r" );
579 g_msg->
Warn(
"GeneticFrequencies_256_16_Mut.txt File missing - AllelFreq1616",
"" );
582 for (
int i = 0; i < 256; i++ ) {
583 for (
int j = 0; j < 16; j++ ) {
584 fscanf( FreqFile,
"%d", & data );
int AlleleNumber[256][16]
Definition: GeneticMaterial.h:182
void Warn(MapErrorState a_level, std::string a_msg1, std::string a_msg2)
Definition: maperrormsg.cpp:59
class MapErrorMsg * g_msg
This pointer provides access the to the internal ALMaSS error message system.
Definition: maperrormsg.cpp:41
References AlleleNumber, g_msg, and MapErrorMsg::Warn().
◆ SupplyAN()
int AlleleFreq256_16::SupplyAN |
( |
int |
loc, |
|
|
int |
al |
|
) |
| |
|
inline |
◆ AlleleFrequency
float AlleleFreq256_16::AlleleFrequency[16][256] |
|
protected |
◆ AlleleNumber
int AlleleFreq256_16::AlleleNumber[256][16] |
|
protected |
◆ HE
float AlleleFreq256_16::HE[16] |
|
protected |
◆ HO
float AlleleFreq256_16::HO[16] |
|
protected |
◆ NoAlleles
int AlleleFreq256_16::NoAlleles[256] |
|
protected |
The documentation for this class was generated from the following files: